-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gh-2589] add signatories as file suffix. #2641
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
match self { | ||
FileOutputData::RoochTransactionData(_) => 1, | ||
FileOutputData::SignedRoochTransaction(_) => 1, | ||
FileOutputData::PartiallySignedRoochTransaction(data) => data.signators(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only put the count suffix to psrt? The count of rtd and srt means less.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only put the count suffix to psrt? The count of rtd and srt means less.
The description of the issue only mentioned the psrt
file.
Okay. I'll also put suffix to others.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've fixed it now.
Summary
Add signatories to each file suffix.
psrt
with multiple signatories, others with one signatory.